diff --git a/README.en.md b/README.en.md index da86bdf79d..d5f4ba8ad1 100644 --- a/README.en.md +++ b/README.en.md @@ -17,7 +17,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ]]] --> [![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) [![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl) -[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.81%25-0.svg)](https://translations.python.org/#pl) +[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.80%25-0.svg)](https://translations.python.org/#pl) [![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.65%25-0.svg)](https://translations.python.org/#pl) [![lint errors count](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=lint%20errors)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) diff --git a/README.md b/README.md index 7632bb2723..a2ab651ac4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ]]] --> [![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) [![podstawowe artykuły 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%25-0.svg)](https://translations.python.org/#pl) -[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.81%25-0.svg)](https://translations.python.org/#pl) +[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.80%25-0.svg)](https://translations.python.org/#pl) [![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.65%25-0.svg)](https://translations.python.org/#pl) [![liczba błędów lintowania](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=b%C5%82%C4%99dy%20lintowania)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml) diff --git a/c-api/init_config.po b/c-api/init_config.po index 73e0258ec6..87a564b9d8 100644 --- a/c-api/init_config.po +++ b/c-api/init_config.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-02 00:16+0000\n" +"POT-Creation-Date: 2026-06-17 16:52+0000\n" "PO-Revision-Date: 2025-09-16 00:00+0000\n" "Last-Translator: Blessing Oluronbi, 2026\n" "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" @@ -836,6 +836,11 @@ msgid "" "arguments ``name``, ``value``." msgstr "" +msgid "" +"The function now replaces :data:`sys.flags` (create a new object), instead " +"of modifying :data:`sys.flags` in-place." +msgstr "" + msgid "PyConfig C API" msgstr "" diff --git a/whatsnew/changelog.po b/whatsnew/changelog.po index 9d6fd2f0f6..bc7bd81e08 100644 --- a/whatsnew/changelog.po +++ b/whatsnew/changelog.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Python 3.15\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 18:22+0000\n" +"POT-Creation-Date: 2026-06-17 16:52+0000\n" "PO-Revision-Date: 2025-09-16 00:02+0000\n" "Last-Translator: python-doc bot, 2026\n" "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" @@ -53,6 +53,11 @@ msgstr "Testy" msgid ":gh:`151130`: Add more tests for ``PyWeakref_*`` C API." msgstr "" +msgid "" +":gh:`150966`: Avoid prematurely terminating failing live sampling profiler " +"test targets, which made stderr assertions flaky on ASAN buildbots." +msgstr "" + msgid "" ":gh:`148853`: Fix tests failing on FreeBSD in test.support's " "in_systemd_nspawn_sync_suppressed() due to unreadable /run directory." @@ -61,6 +66,13 @@ msgstr "" msgid "Security" msgstr "Bezpieczeństwo" +msgid "" +":gh:`151544`: :file:`Modules/Setup.local` is no longer used as a landmark to " +"discover whether Python is running in a source tree, as it could potentially " +"affect actual installs. The :file:`pybuilddir.txt` file is now the sole " +"indicator of running in a source tree." +msgstr "" + msgid ":gh:`151159`: Update macOS installer to use OpenSSL 3.5.7." msgstr "" @@ -131,6 +143,13 @@ msgid "" "``VIRTUAL_ENV_DISABLE_PROMPT``." msgstr "" +msgid "" +":gh:`150771`: Fix :mod:`email` messages created with ``shift_jis`` or ``euc-" +"jp`` charsets. ``set_content()`` now stores the payload using the output " +"charset (``iso-2022-jp``) so printing the message no longer raises :exc:" +"`UnicodeEncodeError`." +msgstr "" + msgid "" ":gh:`151039`: Fix a crash when static :mod:`datetime` types outlive the " "``_datetime`` module." @@ -206,6 +225,12 @@ msgid "" "concurrently mutated." msgstr "" +msgid "" +":gh:`120665`: Fixed an issue where ``unittest`` loaders would load and " +"instantiate :class:`unittest.TestCase`-derived subclasses that are also " +"abstract base classes, which can't be instantiated." +msgstr "" + msgid "" ":gh:`91099`: :meth:`imaplib.IMAP4.login` now raises exceptions with :class:" "`str` instead of :class:`bytes`. Patch by Florian Best." @@ -244,12 +269,24 @@ msgstr "" msgid "Core and Builtins" msgstr "Core i builtiny" +msgid "" +":gh:`151546`: Fix the stack limit check if Python is linked to musl (ex: " +"Alpine Linux). Use the stack size set by the linker to compute the stack " +"limits. Patch by Victor Stinner." +msgstr "" + msgid "" ":gh:`151461`: Fix direct execution of files with invalid source encodings to " "report the underlying codec lookup or decoding error instead of the generic " "``SyntaxError: encoding problem`` message. Patch by Bartosz Sławecki." msgstr "" +msgid "" +":gh:`151218`: :c:func:`PyConfig_Set` and :func:`sys.set_int_max_str_digits` " +"now replace :data:`sys.flags` (create a new object), instead of modifying :" +"data:`sys.flags` in-place. Patch by Victor Stinner." +msgstr "" + msgid "" ":gh:`151297`: Fix an invalid pointer dereference that could occur when " "calling :c:func:`PyObject_Realloc` with a NULL pointer in :term:`free-"